Esx Settings Depots AddonSummary
The Esx Settings Depots AddonSummary schema contains fields that describe the summary of an addon.
This schema was added in vSphere API 7.0.3.0.
{
"display_name": "string",
"vendor": "string",
"versions": [
{
"version": "string",
"display_version": "string"
}
]
}
Human readable name of the addon.
This property was added in vSphere API 7.0.3.0.
Vendor of the addon.
This property was added in vSphere API 7.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor
.
Different versions of the addon.
This property was added in vSphere API 7.0.3.0.